Gets an array of historian connection objects that satisfy the filter criteria specified in the request body.
The request body is of type object.
Overview
 |
 |
 |
connectionID : string
|
 |
serverName : string
|
 |
description : string
| |
 |
limit : integer
|
 |
skip : integer
| |
The response body is of type HistorianConnectionsGetResponse.
The collection of historian connections that satisfy the query.
Overview
 |
HistorianConnectionsGetResponse
The results of the historian connections get query.
 |
 |
ConnectonID : string
|
 |
ServerName : string
|
 |
Description : string
|
 |
UserID : string
|
 |
Passsword : string
|
 |
UsesIdentity : boolean
| | |